home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / PaperCut Quota 6.1 / pc-setup.exe / {app} / WebAdmin / includes / head.inc < prev    next >
Text File  |  2005-08-16  |  855b  |  28 lines

  1.     <HEAD>
  2.         <META http-equiv="Content-Type" content="text/html; charset=<%=GetText("charset")%>">
  3.         <TITLE>
  4.             PaperCut - <%=gstrPageTitle%>
  5.         </TITLE>
  6.         <SCRIPT language="javascript" src="/common.js" type="text/javascript" ></SCRIPT>
  7.         <SCRIPT LANGUAGE="Javascript">
  8.         <!---
  9.         function decisionLink(message, url){
  10.         if(confirm(message)) location.href = url;
  11.         }
  12.         // --->
  13.         </SCRIPT>
  14.         <LINK href="papercut.css" type="text/css" rel="stylesheet">
  15.         <LINK href="custom.css" type="text/css" rel="stylesheet">
  16.         <% If IsActiveLanguage("ja") Then %>
  17.         <style type="text/css">
  18.         <!--
  19. .leftnav:link, .leftnav:visited, .leftnav:active, .leftnav:hover {
  20.     font-size: 12px;
  21.     font-weight: normal;
  22. }
  23.         -->
  24.         </style>
  25.         <% End If %>
  26.                 
  27.     </HEAD>
  28.